[INFO] cloning repository https://github.com/clovellytech/accountir
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/clovellytech/accountir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclovellytech%2Faccountir", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclovellytech%2Faccountir'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 354678ca32beef2fe278de0c76385ac8504449a3
[INFO] fixing clovellytech/accountir against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fclovellytech%2Faccountir" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/clovellytech/accountir
[INFO] finished tweaking git repo https://github.com/clovellytech/accountir
[INFO] tweaked toml for git repo https://github.com/clovellytech/accountir written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/clovellytech/accountir on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/clovellytech/accountir already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: version requirement `1.0.7+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `accountir` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92
[INFO] running `Command { std: "docker" "start" "b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr] warning: Cargo.toml: version requirement `1.0.7+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `accountir` (manifest) generated 1 warning
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking winnow v1.0.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking hashlink v0.11.0
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking toml_parser v1.0.10+spec-1.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking toml_writer v1.0.7+spec-1.1.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking time v0.3.46
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking open v5.3.3
[INFO] [stderr]     Checking quick-xml v0.39.2
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_datetime v1.0.1+spec-1.1.0
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking toml v1.0.7+spec-1.1.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.37.0
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking kasuari v0.4.11
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking rusqlite v0.39.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking accountir v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/tui/app.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/server/mod.rs:1307:11
[INFO] [stdout]      |
[INFO] [stdout] 1293 |     let mut guard = state.db.lock().unwrap();
[INFO] [stdout]      |         ---------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `guard` calls a custom destructor
[INFO] [stdout]      |         `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1307 |     match commands.import_transfer(&req.candidate_id) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1329 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/server/mod.rs:1380:11
[INFO] [stdout]      |
[INFO] [stdout] 1366 |     let mut guard = state.db.lock().unwrap();
[INFO] [stdout]      |         ---------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `guard` calls a custom destructor
[INFO] [stdout]      |         `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1380 |     match commands.import_all_staged() {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1394 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:1782:35
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^       -
[INFO] [stdout]      |                                     |                                         |
[INFO] [stdout]      |                                     |                                         `e` calls a custom destructor
[INFO] [stdout]      |                                     |                                         `e` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                                     up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1804 |                           }
[INFO] [stdout]      |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:1780:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1780 |                       match EventStore::open(&path) {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                             up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1810 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:1813:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1813 |                       match EventStore::open(&path) {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                             up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1854 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2286:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2286 |                       match commands.unvoid_entry(UnvoidEntryCommand {
[INFO] [stdout]      |  ___________________________^
[INFO] [stdout]      | |___________________________|
[INFO] [stdout] 2287 | |                         entry_id: entry_id.clone(),
[INFO] [stdout] 2288 | |                         reason: "Unvoided via TUI".to_string(),
[INFO] [stdout] 2289 | |                     }) {
[INFO] [stdout]      | |                      ^
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2298 | |                 } else {
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2300:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2300 |                       match commands.void_entry(VoidEntryCommand {
[INFO] [stdout]      |  ___________________________^
[INFO] [stdout]      | |___________________________|
[INFO] [stdout] 2301 | |                         entry_id: entry_id.clone(),
[INFO] [stdout] 2302 | |                         reason: "Voided via TUI".to_string(),
[INFO] [stdout] 2303 | |                     }) {
[INFO] [stdout]      | |                      ^
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2312 | |                 }
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2914:23
[INFO] [stdout]      |
[INFO] [stdout] 2480 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2549 |                   match commands.create_account(CreateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout] 2550 | |                     account_type: data.account_type,
[INFO] [stdout] 2551 | |                     account_number: data.account_number.clone(),
[INFO] [stdout] 2552 | |                     name: data.name.clone(),
[INFO] [stdout] ...    |
[INFO] [stdout] 2555 | |                     description: data.description.clone(),
[INFO] [stdout] 2556 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |                  |
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2561 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2570 |                   match commands.update_account(UpdateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2571 | |                     account_id: data.account_id.clone(),
[INFO] [stdout] 2572 | |                     account_number: Some(data.account_number.clone()),
[INFO] [stdout] 2573 | |                     name: Some(data.name.clone()),
[INFO] [stdout] 2574 | |                     parent_id: Some(data.parent_id.clone()),
[INFO] [stdout] 2575 | |                     description: Some(data.description.clone().unwrap_or_default()),
[INFO] [stdout] 2576 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2581 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2611 |                   match commands.post_entry(PostEntryCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2612 | |                     date: data.date,
[INFO] [stdout] 2613 | |                     memo: data.memo.clone(),
[INFO] [stdout] 2614 | |                     lines,
[INFO] [stdout] 2615 | |                     reference: data.reference.clone(),
[INFO] [stdout] 2616 | |                     source: None,
[INFO] [stdout] 2617 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2622 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2636 | |             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                            ---------------
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                            `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 2637 | /             std::thread::spawn(move || {
[INFO] [stdout] 2638 | |                 let result = (|| {
[INFO] [stdout] 2639 | |                     let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 2640 | |                     init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2643 | |                 let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 2644 | |             });
[INFO] [stdout]      | |              -
[INFO] [stdout]      | |______________|
[INFO] [stdout]      | |______________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2661 |                       let _ = store.connection().execute(
[INFO] [stdout]      |  _____________________________-
[INFO] [stdout]      | |_____________________________|
[INFO] [stdout] 2662 | |                         "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2663 | |                         [import_id],
[INFO] [stdout] 2664 | |                     );
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                       `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2676 | |                     let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                    ---------------
[INFO] [stdout]      | |                                    |
[INFO] [stdout]      | |                                    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 2677 | |                     let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2678 | /                     std::thread::spawn(move || {
[INFO] [stdout] 2679 | |                         let result = (|| {
[INFO] [stdout] 2680 | |                             let mut bg_store =
[INFO] [stdout] 2681 | |                                 EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2692 | |                         let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2693 | |                     });
[INFO] [stdout]      | |                      -
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                        `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2758 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2782 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2858 |                   let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _____________________--------_________-
[INFO] [stdout]      |  _____________________|________________|
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     `stmt` calls a custom destructor
[INFO] [stdout]      | |                     `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2859 | |                     "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2860 | |                      FROM journal_lines jl
[INFO] [stdout] 2861 | |                      JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2862 | |                      WHERE jl.entry_id = ?1",
[INFO] [stdout] 2863 | |                 ) {
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |_________________|
[INFO] [stdout]      | |_________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                   `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2914 |                   match commands.unvoid_entry(UnvoidEntryCommand {
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2915 | |                     entry_id: entry_id.clone(),
[INFO] [stdout] 2916 | |                     reason: "Unvoided via TUI".to_string(),
[INFO] [stdout] 2917 | |                 }) {
[INFO] [stdout]      | |                  ^
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                    up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2922 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2926 | |             } else {
[INFO] [stdout]      | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2936 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2980 | |                 Err(e) => {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                     `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2995 |                       let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 2996 | |                         "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2997 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2928:23
[INFO] [stdout]      |
[INFO] [stdout] 2480 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2549 |                   match commands.create_account(CreateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout] 2550 | |                     account_type: data.account_type,
[INFO] [stdout] 2551 | |                     account_number: data.account_number.clone(),
[INFO] [stdout] 2552 | |                     name: data.name.clone(),
[INFO] [stdout] ...    |
[INFO] [stdout] 2555 | |                     description: data.description.clone(),
[INFO] [stdout] 2556 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |                  |
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2561 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2570 |                   match commands.update_account(UpdateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2571 | |                     account_id: data.account_id.clone(),
[INFO] [stdout] 2572 | |                     account_number: Some(data.account_number.clone()),
[INFO] [stdout] 2573 | |                     name: Some(data.name.clone()),
[INFO] [stdout] 2574 | |                     parent_id: Some(data.parent_id.clone()),
[INFO] [stdout] 2575 | |                     description: Some(data.description.clone().unwrap_or_default()),
[INFO] [stdout] 2576 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2581 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2611 |                   match commands.post_entry(PostEntryCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2612 | |                     date: data.date,
[INFO] [stdout] 2613 | |                     memo: data.memo.clone(),
[INFO] [stdout] 2614 | |                     lines,
[INFO] [stdout] 2615 | |                     reference: data.reference.clone(),
[INFO] [stdout] 2616 | |                     source: None,
[INFO] [stdout] 2617 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2622 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2636 | |             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                            ---------------
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                            `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 2637 | /             std::thread::spawn(move || {
[INFO] [stdout] 2638 | |                 let result = (|| {
[INFO] [stdout] 2639 | |                     let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 2640 | |                     init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2643 | |                 let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 2644 | |             });
[INFO] [stdout]      | |              -
[INFO] [stdout]      | |______________|
[INFO] [stdout]      | |______________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2661 |                       let _ = store.connection().execute(
[INFO] [stdout]      |  _____________________________-
[INFO] [stdout]      | |_____________________________|
[INFO] [stdout] 2662 | |                         "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2663 | |                         [import_id],
[INFO] [stdout] 2664 | |                     );
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                       `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2676 | |                     let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                    ---------------
[INFO] [stdout]      | |                                    |
[INFO] [stdout]      | |                                    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 2677 | |                     let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2678 | /                     std::thread::spawn(move || {
[INFO] [stdout] 2679 | |                         let result = (|| {
[INFO] [stdout] 2680 | |                             let mut bg_store =
[INFO] [stdout] 2681 | |                                 EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2692 | |                         let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2693 | |                     });
[INFO] [stdout]      | |                      -
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                        `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2758 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2782 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2858 |                   let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _____________________--------_________-
[INFO] [stdout]      |  _____________________|________________|
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     `stmt` calls a custom destructor
[INFO] [stdout]      | |                     `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2859 | |                     "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2860 | |                      FROM journal_lines jl
[INFO] [stdout] 2861 | |                      JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2862 | |                      WHERE jl.entry_id = ?1",
[INFO] [stdout] 2863 | |                 ) {
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |_________________|
[INFO] [stdout]      | |_________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                   `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2922 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2928 |                   match commands.void_entry(VoidEntryCommand {
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2929 | |                     entry_id: entry_id.clone(),
[INFO] [stdout] 2930 | |                     reason: "Voided via TUI".to_string(),
[INFO] [stdout] 2931 | |                 }) {
[INFO] [stdout]      | |                  ^
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                    up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2936 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2940 | |             }
[INFO] [stdout]      | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2980 | |                 Err(e) => {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                     `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2995 |                       let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 2996 | |                         "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2997 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/server/mod.rs:1307:11
[INFO] [stdout]      |
[INFO] [stdout] 1293 |     let mut guard = state.db.lock().unwrap();
[INFO] [stdout]      |         ---------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `guard` calls a custom destructor
[INFO] [stdout]      |         `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1307 |     match commands.import_transfer(&req.candidate_id) {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1329 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/server/mod.rs:1380:11
[INFO] [stdout]      |
[INFO] [stdout] 1366 |     let mut guard = state.db.lock().unwrap();
[INFO] [stdout]      |         ---------
[INFO] [stdout]      |         |
[INFO] [stdout]      |         `guard` calls a custom destructor
[INFO] [stdout]      |         `guard` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1380 |     match commands.import_all_staged() {
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1394 | }
[INFO] [stdout]      | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `guard` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/poison/mutex.rs:741:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:1782:35
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^       -
[INFO] [stdout]      |                                     |                                         |
[INFO] [stdout]      |                                     |                                         `e` calls a custom destructor
[INFO] [stdout]      |                                     |                                         `e` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                     this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                                     up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1804 |                           }
[INFO] [stdout]      |                           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:1780:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1780 |                       match EventStore::open(&path) {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                             up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1810 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:1813:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1813 |                       match EventStore::open(&path) {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                             up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1854 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#21` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2286:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2286 |                       match commands.unvoid_entry(UnvoidEntryCommand {
[INFO] [stdout]      |  ___________________________^
[INFO] [stdout]      | |___________________________|
[INFO] [stdout] 2287 | |                         entry_id: entry_id.clone(),
[INFO] [stdout] 2288 | |                         reason: "Unvoided via TUI".to_string(),
[INFO] [stdout] 2289 | |                     }) {
[INFO] [stdout]      | |                      ^
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2298 | |                 } else {
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2300:27
[INFO] [stdout]      |
[INFO] [stdout] 1745 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] 1746 |       app.sync_server_running = server_db.is_some();
[INFO] [stdout] 1747 |       let mut store: Option<EventStore> = None;
[INFO] [stdout]      |           ---------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `store` calls a custom destructor
[INFO] [stdout]      |           `store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1781 |                           Ok(mut new_store) => {
[INFO] [stdout]      |                              -------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `new_store` calls a custom destructor
[INFO] [stdout]      |                              `new_store` will be dropped later as of Edition 2024
[INFO] [stdout] 1782 |                               match init_schema(new_store.connection()) { Err(e) => {
[INFO] [stdout]      |                                                                               -
[INFO] [stdout]      |                                                                               |
[INFO] [stdout]      |                                                                               `e` calls a custom destructor
[INFO] [stdout]      |                                                                               `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1805 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                               `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1814 |                           Ok(mut existing_store) => {
[INFO] [stdout]      |                              ------------------
[INFO] [stdout]      |                              |
[INFO] [stdout]      |                              `existing_store` calls a custom destructor
[INFO] [stdout]      |                              `existing_store` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1818 |                               if let Err(e) = crate::store::migrations::run_migrations(
[INFO] [stdout]      |  ________________________________________-____-
[INFO] [stdout]      | |                                        |
[INFO] [stdout]      | |                                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 1819 | |                                 existing_store.connection(),
[INFO] [stdout] 1820 | |                             ) {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |_____________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                               `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1849 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1896 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1918 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                               `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1961 |                           Err(e) => {
[INFO] [stdout]      |                               -
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1976 |                   let (tx, rx) = mpsc::channel();
[INFO] [stdout]      |                                  ---------------
[INFO] [stdout]      |                                  |
[INFO] [stdout]      |                                  this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                  `#8` will be dropped later as of Edition 2024
[INFO] [stdout] 1977 | /                 std::thread::spawn(move || {
[INFO] [stdout] 1978 | |                     let result = (|| {
[INFO] [stdout] 1979 | |                         let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 1980 | |                         init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 1983 | |                     let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 1984 | |                 });
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2003 |                           let _ = s.connection().execute(
[INFO] [stdout]      |  _________________________________-
[INFO] [stdout]      | |_________________________________|
[INFO] [stdout] 2004 | |                             "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2005 | |                             [import_id],
[INFO] [stdout] 2006 | |                         );
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2018 | |                             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                            ---------------
[INFO] [stdout]      | |                                            |
[INFO] [stdout]      | |                                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] 2019 | |                             let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2020 | /                             std::thread::spawn(move || {
[INFO] [stdout] 2021 | |                                 let result = (|| {
[INFO] [stdout] 2022 | |                                     let mut bg_store =
[INFO] [stdout] 2023 | |                                         EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2035 | |                                 let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2036 | |                             });
[INFO] [stdout]      | |                              -
[INFO] [stdout]      | |______________________________|
[INFO] [stdout]      | |______________________________this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                                `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2110 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                             `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2136 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                             `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2228 |                       let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         `stmt` calls a custom destructor
[INFO] [stdout]      | |                         `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2229 | |                         "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2230 | |                          FROM journal_lines jl
[INFO] [stdout] 2231 | |                          JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2232 | |                          WHERE jl.entry_id = ?1",
[INFO] [stdout] 2233 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                       `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2294 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                             `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2300 |                       match commands.void_entry(VoidEntryCommand {
[INFO] [stdout]      |  ___________________________^
[INFO] [stdout]      | |___________________________|
[INFO] [stdout] 2301 | |                         entry_id: entry_id.clone(),
[INFO] [stdout] 2302 | |                         reason: "Voided via TUI".to_string(),
[INFO] [stdout] 2303 | |                     }) {
[INFO] [stdout]      | |                      ^
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      |                        up until Edition 2021 `#21` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2308 | |                         Err(e) => {
[INFO] [stdout]      | |                             -
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                             `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2312 | |                 }
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2356 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                         `#18` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2373 |                           let mut stmt = match s.connection().prepare(
[INFO] [stdout]      |  _____________________________--------_________-
[INFO] [stdout]      |  _____________________________|________________|
[INFO] [stdout]      | |                             |
[INFO] [stdout]      | |                             this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                             `#19` will be dropped later as of Edition 2024
[INFO] [stdout] 2374 | |                             "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2375 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |_________________________|
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      |                           `#20` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `new_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `existing_store` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/lib.rs:357:1
[INFO] [stdout]      |
[INFO] [stdout]  357 | impl Drop for Connection {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#17` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#19` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#20` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#20` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2914:23
[INFO] [stdout]      |
[INFO] [stdout] 2480 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2549 |                   match commands.create_account(CreateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout] 2550 | |                     account_type: data.account_type,
[INFO] [stdout] 2551 | |                     account_number: data.account_number.clone(),
[INFO] [stdout] 2552 | |                     name: data.name.clone(),
[INFO] [stdout] ...    |
[INFO] [stdout] 2555 | |                     description: data.description.clone(),
[INFO] [stdout] 2556 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |                  |
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2561 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2570 |                   match commands.update_account(UpdateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2571 | |                     account_id: data.account_id.clone(),
[INFO] [stdout] 2572 | |                     account_number: Some(data.account_number.clone()),
[INFO] [stdout] 2573 | |                     name: Some(data.name.clone()),
[INFO] [stdout] 2574 | |                     parent_id: Some(data.parent_id.clone()),
[INFO] [stdout] 2575 | |                     description: Some(data.description.clone().unwrap_or_default()),
[INFO] [stdout] 2576 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2581 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2611 |                   match commands.post_entry(PostEntryCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2612 | |                     date: data.date,
[INFO] [stdout] 2613 | |                     memo: data.memo.clone(),
[INFO] [stdout] 2614 | |                     lines,
[INFO] [stdout] 2615 | |                     reference: data.reference.clone(),
[INFO] [stdout] 2616 | |                     source: None,
[INFO] [stdout] 2617 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2622 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2636 | |             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                            ---------------
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                            `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 2637 | /             std::thread::spawn(move || {
[INFO] [stdout] 2638 | |                 let result = (|| {
[INFO] [stdout] 2639 | |                     let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 2640 | |                     init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2643 | |                 let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 2644 | |             });
[INFO] [stdout]      | |              -
[INFO] [stdout]      | |______________|
[INFO] [stdout]      | |______________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2661 |                       let _ = store.connection().execute(
[INFO] [stdout]      |  _____________________________-
[INFO] [stdout]      | |_____________________________|
[INFO] [stdout] 2662 | |                         "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2663 | |                         [import_id],
[INFO] [stdout] 2664 | |                     );
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                       `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2676 | |                     let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                    ---------------
[INFO] [stdout]      | |                                    |
[INFO] [stdout]      | |                                    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 2677 | |                     let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2678 | /                     std::thread::spawn(move || {
[INFO] [stdout] 2679 | |                         let result = (|| {
[INFO] [stdout] 2680 | |                             let mut bg_store =
[INFO] [stdout] 2681 | |                                 EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2692 | |                         let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2693 | |                     });
[INFO] [stdout]      | |                      -
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                        `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2758 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2782 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2858 |                   let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _____________________--------_________-
[INFO] [stdout]      |  _____________________|________________|
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     `stmt` calls a custom destructor
[INFO] [stdout]      | |                     `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2859 | |                     "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2860 | |                      FROM journal_lines jl
[INFO] [stdout] 2861 | |                      JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2862 | |                      WHERE jl.entry_id = ?1",
[INFO] [stdout] 2863 | |                 ) {
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |_________________|
[INFO] [stdout]      | |_________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                   `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2914 |                   match commands.unvoid_entry(UnvoidEntryCommand {
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2915 | |                     entry_id: entry_id.clone(),
[INFO] [stdout] 2916 | |                     reason: "Unvoided via TUI".to_string(),
[INFO] [stdout] 2917 | |                 }) {
[INFO] [stdout]      | |                  ^
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                    up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2922 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2926 | |             } else {
[INFO] [stdout]      | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2936 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2980 | |                 Err(e) => {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                     `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2995 |                       let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 2996 | |                         "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2997 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tui/app.rs:2928:23
[INFO] [stdout]      |
[INFO] [stdout] 2480 |       let mut app = App::new();
[INFO] [stdout]      |           -------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           `app` calls a custom destructor
[INFO] [stdout]      |           `app` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2549 |                   match commands.create_account(CreateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout] 2550 | |                     account_type: data.account_type,
[INFO] [stdout] 2551 | |                     account_number: data.account_number.clone(),
[INFO] [stdout] 2552 | |                     name: data.name.clone(),
[INFO] [stdout] ...    |
[INFO] [stdout] 2555 | |                     description: data.description.clone(),
[INFO] [stdout] 2556 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |                  |
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2561 |                       Err(e) => {
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           `e` calls a custom destructor
[INFO] [stdout]      |                           `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2570 |                   match commands.update_account(UpdateAccountCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2571 | |                     account_id: data.account_id.clone(),
[INFO] [stdout] 2572 | |                     account_number: Some(data.account_number.clone()),
[INFO] [stdout] 2573 | |                     name: Some(data.name.clone()),
[INFO] [stdout] 2574 | |                     parent_id: Some(data.parent_id.clone()),
[INFO] [stdout] 2575 | |                     description: Some(data.description.clone().unwrap_or_default()),
[INFO] [stdout] 2576 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2581 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      | |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2611 |                   match commands.post_entry(PostEntryCommand {
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2612 | |                     date: data.date,
[INFO] [stdout] 2613 | |                     memo: data.memo.clone(),
[INFO] [stdout] 2614 | |                     lines,
[INFO] [stdout] 2615 | |                     reference: data.reference.clone(),
[INFO] [stdout] 2616 | |                     source: None,
[INFO] [stdout] 2617 | |                 }) {
[INFO] [stdout]      | |                  -
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                    `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2622 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      | |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2636 | |             let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                            ---------------
[INFO] [stdout]      | |                            |
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |                            `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 2637 | /             std::thread::spawn(move || {
[INFO] [stdout] 2638 | |                 let result = (|| {
[INFO] [stdout] 2639 | |                     let mut bg_store = EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] 2640 | |                     init_schema(bg_store.connection()).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2643 | |                 let _ = tx.send(BackgroundResult::Csv(result));
[INFO] [stdout] 2644 | |             });
[INFO] [stdout]      | |              -
[INFO] [stdout]      | |______________|
[INFO] [stdout]      | |______________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2661 |                       let _ = store.connection().execute(
[INFO] [stdout]      |  _____________________________-
[INFO] [stdout]      | |_____________________________|
[INFO] [stdout] 2662 | |                         "UPDATE pending_imports SET status = 'skipped' WHERE id = ?1",
[INFO] [stdout] 2663 | |                         [import_id],
[INFO] [stdout] 2664 | |                     );
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                       `#8` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2676 | |                     let (tx, rx) = mpsc::channel();
[INFO] [stdout]      | |                                    ---------------
[INFO] [stdout]      | |                                    |
[INFO] [stdout]      | |                                    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] 2677 | |                     let count = transactions.iter().filter(|t| t.selected).count();
[INFO] [stdout] 2678 | /                     std::thread::spawn(move || {
[INFO] [stdout] 2679 | |                         let result = (|| {
[INFO] [stdout] 2680 | |                             let mut bg_store =
[INFO] [stdout] 2681 | |                                 EventStore::open(&db_path).map_err(|e| e.to_string())?;
[INFO] [stdout] ...    |
[INFO] [stdout] 2692 | |                         let _ = tx.send(BackgroundResult::Bank(result));
[INFO] [stdout] 2693 | |                     });
[INFO] [stdout]      | |                      -
[INFO] [stdout]      | |______________________|
[INFO] [stdout]      | |______________________this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                        `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2758 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2782 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2858 |                   let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _____________________--------_________-
[INFO] [stdout]      |  _____________________|________________|
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     `stmt` calls a custom destructor
[INFO] [stdout]      | |                     `stmt` will be dropped later as of Edition 2024
[INFO] [stdout] 2859 | |                     "SELECT jl.id, jl.account_id, a.name
[INFO] [stdout] 2860 | |                      FROM journal_lines jl
[INFO] [stdout] 2861 | |                      JOIN accounts a ON jl.account_id = a.id
[INFO] [stdout] 2862 | |                      WHERE jl.entry_id = ?1",
[INFO] [stdout] 2863 | |                 ) {
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |_________________|
[INFO] [stdout]      | |_________________this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |                   `#13` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2922 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                         `#14` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2928 |                   match commands.void_entry(VoidEntryCommand {
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]      | |_______________________|
[INFO] [stdout] 2929 | |                     entry_id: entry_id.clone(),
[INFO] [stdout] 2930 | |                     reason: "Voided via TUI".to_string(),
[INFO] [stdout] 2931 | |                 }) {
[INFO] [stdout]      | |                  ^
[INFO] [stdout]      | |__________________|
[INFO] [stdout]      | |__________________this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      |                    up until Edition 2021 `#19` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 2936 | |                     Err(e) => {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                         `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2940 | |             }
[INFO] [stdout]      | |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout] 2980 | |                 Err(e) => {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |                     |
[INFO] [stdout]      | |                     this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                     `#16` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout] 2995 |                       let mut stmt = match store.connection().prepare(
[INFO] [stdout]      |  _________________________--------_________-
[INFO] [stdout]      |  _________________________|________________|
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |                         this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                         `#17` will be dropped later as of Edition 2024
[INFO] [stdout] 2996 | |                         "SELECT jl.id FROM journal_lines jl WHERE jl.entry_id = ?1 AND jl.account_id != ?2 LIMIT 1",
[INFO] [stdout] 2997 | |                     ) {
[INFO] [stdout]      | |                     -
[INFO] [stdout]      | |_____________________|
[INFO] [stdout]      | |_____________________this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      |                       `#18` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:657:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/thread/lifecycle.rs:171:0
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/thread/unix.rs:140:0
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#12` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `stmt` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#13` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#17` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#18` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.39.0/src/statement.rs:781:1
[INFO] [stdout]      |
[INFO] [stdout]  781 | impl Drop for Statement<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `app` invokes this custom destructor
[INFO] [stdout]     --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sync/mpmc/mod.rs:1411:0
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] [stderr] crater-edition-check: accountir v0.3.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr] warning: Cargo.toml: version requirement `1.0.7+spec-1.1.0` for dependency `toml` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion
[INFO] [stderr] warning: `accountir` (manifest) generated 1 warning
[INFO] [stderr]     Checking accountir v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92", kill_on_drop: false }`
[INFO] [stdout] b70d450e321c04bdaccdf81c698649e9841e65d9e5a00d1fffafce6441390a92
